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
cd ./atom-prime-generator # After doing Step 1, a directory named 'atom-prime-generator' which contains this package was created inside 'path/to/your/directory'
25
+
apm develop prime-generator .# Create a package named 'prime-generator' to directory '.' which is 'atom-prime-generator' above
26
+
apm link .
27
+
# Step 3: Install package's dependencies
28
+
cd path/to/your/directory
29
+
mkdir ./node_modules # If 'node_modules' doesn't exist
0 commit comments