My current project is based on the aurelia webpack/es2016 navigation skeleton from a couple of months back. Up until today, everything was running smoothly. However, after deleting my node_modules directory and performing a fresh npm install
, the front end no longer works. The console displays the error:
cannot find module './aurelia-framework'
For reference, here is an excerpt from my package.json:
{
"name": "my-project-name",
"version": "4.0.0",
"sasslintConfig": "./.sass-lint.yml",
"description": "Aurelia Front End Web App",
...
}