Closed mikedloss closed 6 years ago
Make sure to npm install
in the /other/configuration/calculator.solution
directory. That directory should be entirely self-contained and should work on its own. The setup script should automatically install everything, but if something went wrong in the install step then you could be facing some issues.
I'm afraid I can't offer much more support. Good luck!
That worked just fine for me, thank you!
Environment info:
node
version (node --version
): 8.11.1npm
version (npm --version
): 5.6.0yarn
version (yarn --version
): 1.5.1Problem description: Just starting the new FEM React Testing course, when running
npm run test:react
for the very first test, I get an error about an unknown plugin "syntax-dynamic-import".Continuing on - I don't see any of the 4 babel plugins found in
\other\configuration\calculator.solution\.babelrc.js
, so I added them myself. This time, a different error comes up after runningnpm run test:react
Not sure what to do - any guidance would be appreciated!