You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tools/run.js:63
module.exports = exports['default'];
^
TypeError: Cannot assign to read only property 'exports' of start
at Object.<anonymous> (run.js:29:16)
at Module._compile (module.js:435:26)
In start.js, I have: import run from './run';
In run.js line 29: export default run;
The text was updated successfully, but these errors were encountered:
I am getting
In
start.js,
I have:import run from './run';
In
run.js
line 29:export default run;
The text was updated successfully, but these errors were encountered: