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
Hey @Sudip401, it looks like you installed tachyons globally (that's what the -g flag means). Usually you install global packages if they include command line tools (see the answers in this thread)
Try installing tachyons locally in your project like so: npm install [email protected]
After npm install tachyons, tachyons package not added in package.json through the CMD command.
The text was updated successfully, but these errors were encountered: