Description of your issue
I just followed the instruction as per this page frontity .org /deployment page to deploy my build folder onto my own nodejs server. Then when I try to run the build by using:
npx frontity serve
I am getting the following error:
Error: Cannot find module '@frontity/core'
Specific errors you’re getting in the terminal or in the browser’s console
Nodejs server console:
Error: Cannot find module '@frontity/core'
home/lib/node_modules/frontity/dist/src/cli/index.js
home/lib/node_modules/frontity/dist/src/commands/serve.js
home/lib/node_modules/frontity/dist/src/cli/serve.js
A repository with the code of your project:
A deployed version of your site
The URL of your WP REST API
http://jearwebdevelopment.jear2003.webfactional.com/wp/wp-json
Any help would be appreciated