You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling pt currently requires a global installation of gulp. I think it can be worth introducing some npm scripts to avoid having to install gulp globally.
Example (package.json):
{
name: "ptjs",
...
"scripts": {
"gulp:watch": "gulp" <-- uses the local gulp dependency
}
}
The text was updated successfully, but these errors were encountered:
Compiling pt currently requires a global installation of gulp. I think it can be worth introducing some npm scripts to avoid having to install gulp globally.
Example (
package.json
):The text was updated successfully, but these errors were encountered: