How does its always error?
helper.js
export const objectives = ['Full', 'Stack', 'Javascript'];
solution.js
import { objectives } from './helper.js';
console.log(objectives);
Michael_Pogi its looks like it's your local error. Try restarting VSCode, then maybe restarting your computer and eventually reinstalling it if the former doesn't help.