Codencode Posted October 14, 2021 Share Posted October 14, 2021 Quando tento di compilare gli assets del tema "classic", il sistema da errore. Se eseguo il comandonpm run build viene fuori il seguente errore:"NODE_ENV" non è riconosciuto come comando interno o esterno ho risolto sostituendo nel file package.json "build": "NODE_ENV=production webpack --progress --colors --debug --display-chunks", con "build": "webpack --progress --colors --debug --display-chunks --mode=production", Però continuo ad avere problemi, infatti lanciando il comando npm run build viene fuori un errore:Can't resolve '.\tether.js' ... Allego lo screenshot con l'errore completo P.S. ho provato con Ubuntu e funziona Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now