You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "aiceflower (via GitHub)" <gi...@apache.org> on 2023/06/20 07:57:20 UTC

[GitHub] [linkis] aiceflower commented on issue #4575: [Question] Linkis Console Compile Error

aiceflower commented on issue #4575:
URL: https://github.com/apache/linkis/issues/4575#issuecomment-1598297575

   The node version is correct. Please check whether the local node and npm are correctly installed
   If the compilation fails, perform the following steps to clear it and try again
   #cd the project working directory
   ,delete node_modules
   $ rm -rf node_modules
   #delete package-lock.json
   $ rm -rf package-lock.json
   #clean up npm cache
   $ npm cache clear --force
   #redownload dependency
   $ npm install  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org