Last update at :2024-06-20,Edit by888u
GruntJS is a JavaScript-based command line build tool that can be used to help our developers automate repetitive tasks. Can complete tasks such as compilation, streamlining, testing and inspection. It may not be used by ordinary individual users, but it is often used by developers in specific environments. In this article, Snail will learn how to deploy GruntJS in Debian system.
First, upgrade the system source
apt-get update
Install curl
apt-get install curl
Second, install NodeJS 8.x
curl -sL https://deb.nodesource.com/setup_8.x | bash –
Here we can refer to "How to quickly install the latest v8.1.2 version of Node.js on Debian/Ubuntu".
Perform the \\"apt-get install build-essential nodejs\\" installation according to the prompts.
Third, install Grunt
npm install -g grunt-cli
The installation is complete.
Recommended site searches: expired registered domain name query, domain name directory, Hong Kong host high defense, foreign vps server rental, Korean high defense server, Ministry of Industry and Information Technology website registration query, virtual space free trial vps host, 1g US virtual host, domain name registration,
发表评论