wangsizhu0504 commented on issue #2843:
URL: 
https://github.com/apache/incubator-streampark/issues/2843#issuecomment-1629936913

   @onlyotdn Go to the 
incubator-streampark/streampark-console/streampark-console-webapp directory and 
delete node_modules and package-lock.json. Execute the following command
   ```sh
   npm install --ignore-scripts
   ```
   If no errors are encountered, modify the pom.xml file
   ```xml
   <execution>
       <id>install</id>
       <goals>
           <goal>npm</goal>
       </goals>
       <phase>generate-resources</phase>
       <configuration>
           <arguments>install --ignore-scripts</arguments>
       </configuration>
   </execution>
   ```
   
   then run ./build.sh


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to