Git Product home page Git Product logo

Comments (7)

fingerpich avatar fingerpich commented on May 29, 2024

Hi,
Please make a better issue and describe the bug more
Thanks

from jalali-moment.

AmirHosein20 avatar AmirHosein20 commented on May 29, 2024

I install the jalali-moment and it work ,just after the npm install typescript on my project , jalali-moment packages has removed from my project

from jalali-moment.

fingerpich avatar fingerpich commented on May 29, 2024

So you say if I ran the following commands

npm i jalali-moment -S
npm i typescript -D

jalali-moment would not be in node_modules?

from jalali-moment.

AmirHosein20 avatar AmirHosein20 commented on May 29, 2024

So you say if I ran the following commands

npm i jalali-moment -S
npm i typescript -D

jalali-moment would not be in node_modules?

yes , of course i ran this

 npm install jalali-moment 
 npm install typescript 

from jalali-moment.

fingerpich avatar fingerpich commented on May 29, 2024

تا اونجا که من فهمیدم میگی که وقتی تایپ اسکریپت رو بعد از جلالی مامنت نصب میکنی جلالی مامنت حذف میشه و دیگه تو
node_modules
نیست
درسته؟

from jalali-moment.

AmirHosein20 avatar AmirHosein20 commented on May 29, 2024

بله - همین طور هست

from jalali-moment.

fingerpich avatar fingerpich commented on May 29, 2024

Its not related to jalali moment
but to find the problem run the following script in terminal

mkdir newproject
cd newproject
npm install jalali-moment
npm install typescript
if [ -d ./node_modules/jalali-moment ]
then 
    echo "jalali-moment present"
else
    echo "jalali-moment not present"
fi

I ran it and it showed me jalali-moment present

from jalali-moment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.